nPom1 is an Apple 1 emulator using ncurses, ported from the SDL version.

===== INSTALL nPom1 =====

1. Download Pom1 source file pom1-0.0.3.tar.gz from Pom1 site, 
   http://pom1.sourceforge.net/

2. Place pom1-0.0.3.tar.gz to the same directory of this README file.

3. Extract the tar file
	
	tar -xvzf pom1-0.0.3.tar.gz

4. Make the nPom1

	make

5. Execute nPom1

	./nPom1

===== Uninstall the created files =====

	make clean

===== Emulator commands =====

Command      Key        Description
--------------------------------------------------------------------
Quit         Shidt + Q  Quit the emulator
Reset        Shift + R  Reset the emulator
Hard Reset   Shidt + H  Reset & Clear memory

===== Configuration =====

nPom1 reads its configuration file nPom1.cfg at starting.
If nPom1.cfg is not existing, nPom1 automatically creates nPom1.cfg 
with default values.

Entry          Default  Description
---------------------------------------------------------
replica1       0        1 = replica1 mode with 6502 rom
terminalSpeed  60       Terminal refresh rate in Hz

===== Manuplate Memory =====

During quit, nPom1 save its memory as nPom1.core 
Next starting, nPom1 reads nPom1.core and restore it to memory.

===== How to use replica1 mode =====

1. Go to KRUSADER, Assembler for Replica 1, page 

   http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm

2. Download `Assembler package - version 1.2' or newer version.

3. unzip that package (krusader12.zip or newer version) 

4. Restore Krusader's rom ROM/6502.rom.bin as nPom1's rom/6502.rom.bin

5. Change nPom1.cfg as replica1=1

